home *** CD-ROM | disk | FTP | other *** search
- {---------------------------------------------------------------------------------------
-
- The purpose of this component is to allow applications to easily
- incorporate a name field that will parse First, Middle, Last, Greeting, and Suffix
- easily without having to write any code.
-
- This component is used just like any edit component, with the addition of
- mapping output to other edit controls.
-
- To parse the names from the field, the control must first have a reference to
- five other standard TEdit controls. These must be referenced according to the
- type of data you wish for them to contain. The fields to reference are as follows:
-
- GreetingParsedField
-
- FirstNameParsedField
-
- MiddleNameParsedField
-
- LastNameParsedField
-
- SuffixParsedField
-
- If the GreetingParser or SuffixParser does not work on every case, you may add cases
- to the StringList directly after inserting the component, or you may dynamically
- load the data from a flat text file (Formatted like a TStringList) at runtime
- for extra functionality.
-
-
- This component is being marketed as shareware with the "try before you buy" concept.
- All registered owners are entitles to full VCL source code, and maintenance releases
- as they occur. Registration is $25 US.
-
- Please send to:
-
- Jim Wood
- 3652 S Newcombe Way
- Lakewood, CO 80235
-
- Comments & Questions to: jwood@cfer.com
-
- Thank you!
- ---------------------------------------------------------------------------------------}
- {Copyright ⌐ 1996 by Jim Wood}
-
-